home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_530 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  198 b   |  12 lines

  1. if(!_root.playIntro)
  2. {
  3.    gotoAndStop(_totalframes);
  4. }
  5. if(_root.playIntroSound)
  6. {
  7.    stopAllSounds();
  8.    sound_mc.gotoAndStop(2);
  9. }
  10. _root.playIntroSound = false;
  11. _root.playIntro = false;
  12.